home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / maximum_rotation.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(keyPress 7).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  102 b   |  8 lines

  1. on(keyPress "7"){
  2.    gotoAndPlay(73);
  3.    tellTarget("Sound")
  4.    {
  5.       gotoAndPlay(3);
  6.    }
  7. }
  8.